// Maybe different search bar

Other:
> Improve user security and verify if user can go on certain sites before loading them
> Update routes
> Rewrite comments (again, but fewer)
> ?action=view|create|edit would be cool
> ?page=topic|entry could be cool
> Security on create, edit, delete and other
> Use regex to check password to not make them 111111111111111111111

----- phase 3 -----

// read public, read private, create entries, edit pages, delete entries, confirm/deny changes, see files and entries (admin panel)
// Salt hashing for passwords

Users:
> Have different roles
> Can change their profile
Files and images:
> File uploading and editing
> Check if user can upload file from different topic on to another with urls and stuff
Index page:
> Create topic form
> List of public topics
Topic page:
> Topics can have custom style - background, font and other
> Topic can be public or private
Roles:
> Admin - owner
> Moderator???? - can create, edit, delete, see admin panel
> Member - access to a private wiki (can read private entries)
> User - logged in user (can read public entries)
> @everyone - no account user (can read public entries)
Style mobile:
> index
> log in
> search
> create account, entry, file
> view topic, entry, file
> edit topic, entry, file
> admin panel